home *** CD-ROM | disk | FTP | other *** search
/ The Game Master (3rd Edition) / The Game Master 3rd edition.iso / files / demo_vga / utilega2 / st12.doc < prev   
Encoding:
Text File  |  1986-06-09  |  2.8 KB  |  64 lines

  1.                                      STYPE 1.2
  2.                                      85 Jan 31
  3.  
  4.          >>>>         REQUIRES IBM ENHANCED GRAPHICS ADAPTOR          <<<<
  5.  
  6.          Smooth scrolling for the EGA.
  7.  
  8.          STYPE FILENAME
  9.           or
  10.          STYPE                                   (uses standard in)
  11.  
  12.  
  13.          Description:
  14.  
  15.          STYPE types a file to the screen controlled by an IBM Enhanced
  16.          Graphics Adaptor, using variable speed smooth scroll.  If no file
  17.          name is supplied, it will read from standard in (eg: STYPE <
  18.          FILENAME, or PROGRAM | STYPE), and thus can act as a "MORE" type
  19.          filter.  The EGA must be in 25 line character mode.  The EGA must
  20.          be the current console device; this requirement is new with this
  21.          version.  It can be emulating either the IBM Monochrome Display
  22.          and Printer Adaptor or the IBM Color/Graphics Monitor Adaptor, or
  23.          it can be in the new Enhanced Color Mode (25 lines, character rows
  24.          14 pels high).
  25.  
  26.          The scroll speed may vary from stopped (0) to one line per
  27.          vertical retrace (speed 14 in mono mode, or 8 in color mode), by
  28.          units of 1/2.  The speed represents the number of vertical pels
  29.          scrolled per vertical retrace.  (A speed of 1/2 means it scrolls 1
  30.          pel every 2 retraces, or speed 1 1/2 means it scrolls alternately
  31.          1 and 2 pels).  The following commands may be typed while stype is
  32.          showing the file:
  33.  
  34.          +   increment speed by 1/2 unit (up to max speed)
  35.          -   decrement speed by 1/2 unit (down to zero, or stopped)
  36.          0-9 set speed to number given
  37.          space  pause if moving, restart if paused [new action this version]
  38.  
  39.          Any other key will abort stype and return to DOS.
  40.  
  41.  
  42.          Problems:
  43.  
  44.          It will not support graphic modes, nor the new 43 line character
  45.          modes currently. 43 line mode is some trouble and may require
  46.          temporarily blanking or glitching the screen on exit.
  47.  
  48.          It cannot detect what mode the EGA is in unless it is the current
  49.          CON: device, thus the requirement that the EGA be the current
  50.          console.  Use version 1.1 if you want the EGA to scroll whether or
  51.          not it is the console - but the EGA must then be either standard
  52.          mono or standard color, not in any new mode.
  53.  
  54.          Author:
  55.                                   Zhahai Stewart
  56.                             Highly Interactive Systems
  57.                                 6521 Old Stage Rd.
  58.                                  Boulder, CO 80302
  59.                                   (303) 449-8180
  60.  
  61.          Distribution: May be freely distributed if not for commercial
  62.          advantage, and if the signon credits are not changed.
  63.  
  64.